home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 60 / 60.xpi / chrome / webdeveloper.jar / content / webdeveloper / stylesheets / show_comments.css < prev    next >
Cascading Style Sheet File  |  2009-06-30  |  1KB  |  42 lines

  1. div.webdeveloper-comment-icon
  2. {
  3.     cursor: pointer !important;
  4.     height: 14px !important;
  5.     margin: 0 1px 0 0 !important;
  6.     padding: 1px !important;
  7.     text-align: center !important;
  8.     width: 14px !important;
  9.     z-index: 999 !important;
  10. }
  11.  
  12. div.webdeveloper-comment-icon, div.webdeveloper-comment-text
  13. {
  14.     background-color: #ffff99 !important;
  15.     border: 1px solid #ffcc66 !important;
  16.     position: absolute !important;
  17. }
  18.  
  19. div.webdeveloper-comment-icon, div.webdeveloper-comment-text, div.webdeveloper-comment-text *
  20. {
  21.     color: #000000 !important;
  22.     font-family: sans-serif !important;
  23.     font-size: 10px !important;
  24.     font-style: normal !important;
  25.     font-variant: normal !important;
  26.     font-weight: normal !important;
  27.     letter-spacing: 0 !important;
  28.     line-height: 11px !important;
  29.     text-decoration: none !important;
  30.     text-transform: none !important;
  31. }
  32.  
  33. div.webdeveloper-comment-text
  34. {
  35.     padding: 5px !important;
  36.     z-index: 1000 !important;
  37. }
  38.  
  39. div.webdeveloper-comment-text, div.webdeveloper-comment-text *
  40. {
  41.     text-align: left !important;
  42. }